home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / OS2 / UEDP201.ARJ / WHATSNEW.201 < prev   
Text File  |  1992-03-17  |  6KB  |  137 lines

  1.  
  2.                               UEDit Version 2.01
  3.                         Maximus-CBCS User Base Editor
  4.            (C) Copyright 1990-1992 by CodeLand, All Rights Reserved
  5.                            Created March 17, 1992.
  6.  
  7.                  Written by Colin Wheat of Fidonet 3:690/613
  8.               OS/2 Version ported by Graham J Stair of 3:711/409
  9.  
  10.  
  11.                            CHANGES FOR VERSION 2.01
  12.  
  13.  * Changed the total records display on the Edit and Browse screens to
  14.    match the zero based numbering scheme.
  15.  
  16.  * Changed the -& command line control to -I. -& does 'other' things under
  17.    OS/2.
  18.  
  19.  * Fixed a problem with the lastread clensing code. Somewhere along the line
  20.    Scott changed the msgtype data values and I missed it :(.
  21.  
  22.  * Fixed a couple whline() calls in UEDIT.C and STAT.C. Removed the beta
  23.    version number from the OS/2 code, and changed the About screen to
  24.    display "Mar 92".
  25.  
  26.  * Added a -& command line switch, which turns off the mouse sensitivity
  27.    setting. Problems are possible with some mouse drivers, IMOUSE.COM for
  28.    one. Thanks to Brian Hampson for his help tracking this down.
  29.  
  30.  * The -D Debug command line switch now supports sorting by the lastread
  31.    pointer.
  32.  
  33.  * Updated the utilities EXTADD and EXTPACK. Added EXPRPT to the package.
  34.  
  35.  * Added a "Save Configuration Changes" prompt to the shutdown code, on
  36.    Graham's suggestion.
  37.  
  38.  * Fixed several screens so that Ctrl-Enter exits with changes.
  39.  
  40.  * Added several Global screens; Expiry, Keys, and Credit/Debit. These have
  41.    not had extensive testing. We'll see how many slip-ups I made in due
  42.    course :-).
  43.  
  44.  * Modified the Global delete screen to include a calls made selection,
  45.    as suggested by Jesse Hollington. Also included is an override days
  46.    kill setting that ignores the calls settings on each priviledge entry.
  47.    This seems necessary to avoid the number of calls from preventing
  48.    deletion of records in the looong term.
  49.  
  50.  * The addition of the above changes have forced extensions to the
  51.    configuration file. It's no longer compatable with v2.00 versions.
  52.    UEDit v2.01 can load and update a v2.00 CFG file if found however.
  53.  
  54.  * The edit screen now supports editing the lastread pointer during
  55.    debug mode (-d command line option).
  56.  
  57.  * Fixed a bug in the Edit screen introduced with the Comments field
  58.    introduction. Edits to the 'Calls to the system' field now ARE saved when
  59.    the comments field is in view. Thanks Tom Hall for pointing this out.
  60.  
  61.  * Fixed long standing bug in the Browse section, exposed during PgUp with
  62.    the new 16 lines screen and certain size user files. A buffer sync
  63.    problem in browse read_rec.
  64.  
  65.  * Changed record indication on the Edit and Browse screens to Zero
  66.    based, to more easily allow use of the ###.BBS Opus style custom welcome
  67.    screens. A special request by Jeffrey Nonken.
  68.  
  69.  * Fixed an edit screen display problem when changing the 'Comments field
  70.    display' flag from the Configuration menu.
  71.  
  72.  * Added another display screen to the Browse screen PAN feature. New fields
  73.    now available for browsing are; Expiry, Password, Last Call Date, UpLoad,
  74.    DnLoad, Credit, and Debit.
  75.  
  76.  * Fixed a bug in the statistics free routine in the Pack command. UEDit now
  77.    DOES rescan the statistics after a Pack command rather than displaying
  78.    the freed memory block <gulp>. Thanks to Billy Cash for pointing this
  79.    one out.
  80.  
  81.  * Changed the date format character from / to -.
  82.  
  83.  * Added a record update profile function, supporting eight configurable
  84.    'user profiles'.
  85.  
  86.  * Added a /G### command line switch, providing a startup at specific
  87.    record function.
  88.  
  89.  * Fixed a BIOS mode bug recently introduced.
  90.  
  91.  * Fixed the lastcall date Edit screen update write location after a date
  92.    mode change.
  93.  
  94.  * Added Edit screen Expiry date updating after a date mode change.
  95.  
  96.  * Merged the initial OS/2 port code.
  97.  
  98.  * UEDit now includes an index by telephone option on the index menu.
  99.  
  100.  * Added a '-F<name>' command line switch to specify an alternate USER.BBS
  101.    file name, for those people wanting to run multiple user file systems.
  102.  
  103.  * Added capitalisation (fancy string) to the password string during Edit
  104.    saving.
  105.  
  106.  * Changed the password character mask to allow all characters for our
  107.    high bit european friends.
  108.  
  109.  * Reformatted the Edit screen to allow for planned new fields in the user
  110.    record. Reformatted the Browse and Global screens to match. The main
  111.    screens are now one row larger.
  112.  
  113.  * Added a Credit set deletion flag to the Global deletion system. This setting
  114.    is stored in the configuration file.
  115.  
  116.  * Removed excess code from the Browse screen pan function, reducing the pan
  117.    screens from four to two. TAB and <shift>TAB both now wrap between
  118.    the alternate displays.
  119.  
  120.  * Added date format display selection on the configuration menu. The setting
  121.    is stored in the configuration file.
  122.  
  123.  * Fixed the EXpiry edit screen date entry to skip over the '/' characters
  124.    during editing. Thanks to Simon Blears for pointing out the problem.
  125.    Added out of range check for year values less than 80. Current allowed
  126.    year range is (19)80 - (19)99. This is a data format limitation.
  127.    Changed the field entry key masks to allow ' ' (space) characters for
  128.    day, month and year, to avoid problems with selectable date formats.
  129.  
  130.  * Changed the Edit screen Edit command's date and time field entry to work
  131.    as the EXpiry modification above.
  132.  
  133.  * Fixed a possible display buffer overrun in the statistics display screens.
  134.  
  135.  * Changed record addition CLS status to default to ON.
  136.  
  137.